﻿2026-07-23T03:32:14.8408019Z ##[group]Run actions/checkout@v5
2026-07-23T03:32:14.8408763Z with:
2026-07-23T03:32:14.8409196Z   fetch-depth: 2
2026-07-23T03:32:14.8409578Z   repository: BigscreenVR/spt-bs-core
2026-07-23T03:32:14.8412263Z   token: ***
2026-07-23T03:32:14.8412597Z   ssh-strict: true
2026-07-23T03:32:14.8412959Z   ssh-user: git
2026-07-23T03:32:14.8413316Z   persist-credentials: true
2026-07-23T03:32:14.8413707Z   clean: true
2026-07-23T03:32:14.8414051Z   sparse-checkout-cone-mode: true
2026-07-23T03:32:14.8414470Z   fetch-tags: false
2026-07-23T03:32:14.8414832Z   show-progress: true
2026-07-23T03:32:14.8415190Z   lfs: false
2026-07-23T03:32:14.8415525Z   submodules: false
2026-07-23T03:32:14.8415882Z   set-safe-directory: true
2026-07-23T03:32:14.8416274Z   allow-unsafe-pr-checkout: false
2026-07-23T03:32:14.8416894Z ##[endgroup]
2026-07-23T03:32:14.9195908Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-23T03:32:14.9197497Z ##[group]Getting Git version info
2026-07-23T03:32:14.9198174Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-23T03:32:14.9199242Z [command]/usr/bin/git version
2026-07-23T03:32:14.9212626Z git version 2.43.0
2026-07-23T03:32:14.9230465Z ##[endgroup]
2026-07-23T03:32:14.9242213Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/2cf9ceed-b4a3-49f1-a412-d3637dd3d361' before making global git config changes
2026-07-23T03:32:14.9243554Z Adding repository directory to the temporary git global config as a safe directory
2026-07-23T03:32:14.9245472Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-23T03:32:14.9278583Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-23T03:32:14.9298574Z https://github.com/BigscreenVR/spt-bs-core
2026-07-23T03:32:14.9309458Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-23T03:32:14.9312460Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-23T03:32:14.9332804Z HEAD
2026-07-23T03:32:14.9365443Z ##[endgroup]
2026-07-23T03:32:14.9366335Z [command]/usr/bin/git submodule status
2026-07-23T03:32:14.9550853Z ##[group]Cleaning the repository
2026-07-23T03:32:14.9554180Z [command]/usr/bin/git clean -ffdx
2026-07-23T03:32:14.9591919Z [command]/usr/bin/git reset --hard HEAD
2026-07-23T03:32:14.9642068Z HEAD is now at 099a6395 Merge d09caa1be3c1493ae3e7f2ebcbeaab70628118a4 into 3aecc35fb52034ed4538375d91ddd212bc431ef2
2026-07-23T03:32:14.9646585Z ##[endgroup]
2026-07-23T03:32:14.9648188Z ##[group]Disabling automatic garbage collection
2026-07-23T03:32:14.9651459Z [command]/usr/bin/git config --local gc.auto 0
2026-07-23T03:32:14.9677169Z ##[endgroup]
2026-07-23T03:32:14.9677876Z ##[group]Setting up auth
2026-07-23T03:32:14.9682921Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-23T03:32:14.9707886Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-23T03:32:14.9893330Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-23T03:32:14.9917066Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-23T03:32:15.0101841Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-23T03:32:15.0129871Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-23T03:32:15.0317102Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-23T03:32:15.0347450Z ##[endgroup]
2026-07-23T03:32:15.0348220Z ##[group]Fetching the repository
2026-07-23T03:32:15.0354092Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +33724eee058f64d9a13d252a4b9cf97b6c65c2ab:refs/remotes/pull/66/merge
2026-07-23T03:32:15.5772987Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-23T03:32:15.5774626Z  * [new ref]           33724eee058f64d9a13d252a4b9cf97b6c65c2ab -> pull/66/merge
2026-07-23T03:32:15.5792877Z ##[endgroup]
2026-07-23T03:32:15.5794051Z ##[group]Determining the checkout info
2026-07-23T03:32:15.5795298Z ##[endgroup]
2026-07-23T03:32:15.5797116Z [command]/usr/bin/git sparse-checkout disable
2026-07-23T03:32:15.5835241Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-23T03:32:15.5858029Z ##[group]Checking out the ref
2026-07-23T03:32:15.5859722Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/66/merge
2026-07-23T03:32:15.6052305Z Previous HEAD position was 099a6395 Merge d09caa1be3c1493ae3e7f2ebcbeaab70628118a4 into 3aecc35fb52034ed4538375d91ddd212bc431ef2
2026-07-23T03:32:15.6055610Z HEAD is now at 33724eee Merge ce5728dcd1d43a5fb715de05dd204feb31de9543 into 3aecc35fb52034ed4538375d91ddd212bc431ef2
2026-07-23T03:32:15.6060789Z ##[endgroup]
2026-07-23T03:32:15.6094245Z [command]/usr/bin/git log -1 --format=%H
2026-07-23T03:32:15.6116811Z 33724eee058f64d9a13d252a4b9cf97b6c65c2ab
